home *** CD-ROM | disk | FTP | other *** search
/ Scala Boardcast Multimedia featuring Scala City / Scala Multimedia Demo featuring Scala City (I20X09-01)(Scala, Inc.)(1999).iso / autorun / autorun.prg < prev    next >
Text File  |  2000-01-18  |  2KB  |  126 lines

  1. # autorun.prg
  2. #
  3. # $Id: autorun.prg,v 1.4 2000/01/18 17:51:58 peter Exp peter $
  4. #
  5. # CDAutoRun Professional Edition version 1.1.0 written by Peter Harrison ⌐ 1999
  6. # http://www.timeless.co.zw/
  7. # With each command (specified within [ and ]) the lines following
  8. # it are compulsory and the parameter order must not be changed.
  9. # valid scripting commands:
  10. #
  11. # [splash]
  12. # allup.bmp
  13. # allhighlight.bmp
  14. # alldown.bmp
  15. # welcome.wav
  16. # Title of Splash Screen
  17. #
  18. # [button]
  19. # 20                     (start x position in window)
  20. # 100                    (start y position in window)
  21. # 200                    (end x position in window)
  22. # 150                    (end y position in window)
  23. # highlight.wav          (sound to play when highlighted)
  24. # sound.wav              (sound to play when pressed)
  25. # \myprog\setup.exe      (command to execute, use * for no action,
  26. #                        assume that there are no paths setup, use
  27. #                        explorer \ to browse this CD. Use
  28. #                        url:http://www.timeless.co.zw/
  29. #                        to launch a URL in the default web browser)
  30. # CloseAfterClick        (alternatively NoCloseAfterClick)
  31.  
  32. [splash]
  33. allup.bmp
  34. alllit.bmp
  35. alldown.bmp
  36. welcome.wav
  37. Scala Multimedia Demo
  38.  
  39. # Install iplay
  40. [button]
  41. 226
  42. 63
  43. 302
  44. 87
  45. lit.wav
  46. click.wav
  47. demolnch.exe ..\install\iplay.exe
  48. NoCloseAfterClick
  49.  
  50. # Exit
  51. [button]
  52. 472
  53. 334
  54. 507
  55. 358
  56. lit.wav
  57. click.wav
  58. *
  59. CloseAfterClick
  60.  
  61. # View Demos
  62. [button]
  63. 47
  64. 49
  65. 166
  66. 76
  67. lit.wav
  68. click.wav
  69. ..\ScalaDemo.exe
  70. NoCloseAfterClick
  71.  
  72. # Install iplay studio
  73. [button]
  74. 226
  75. 37
  76. 413
  77. 61
  78. lit.wav
  79. click.wav
  80. demolnch.exe ..\install\ipstrial.exe
  81. NoCloseAfterClick
  82.  
  83. # Install ICDesigner
  84. [button]
  85. 226
  86. 11
  87. 465
  88. 35
  89. lit.wav
  90. click.wav
  91. demolnch.exe ..\install\icdtrial.exe
  92. NoCloseAfterClick
  93.  
  94. # Explore bonus files
  95. [button]
  96. 226
  97. 89
  98. 341
  99. 113
  100. lit.wav
  101. click.wav
  102. explorer ..\Bonus
  103. NoCloseAfterClick
  104.  
  105. # Visit www.scala.com
  106. [button]
  107. 291
  108. 308
  109. 419
  110. 331
  111. lit.wav
  112. click.wav
  113. url:http://www.scala.com
  114. NoCloseAfterClick
  115.  
  116. # Visit www.telecine.ca
  117. [button]
  118. 77
  119. 307
  120. 215
  121. 330
  122. lit.wav
  123. click.wav
  124. url:http://www.telecine.ca
  125. NoCloseAfterClick
  126.